home *** CD-ROM | disk | FTP | other *** search
- object Form6: TForm6
- Left = 187
- Top = 176
- BorderStyle = bsDialog
- Caption = 'WARNING'
- ClientHeight = 184
- ClientWidth = 363
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = Form6Activate
- OnResize = Form6Activate
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 95
- Top = 153
- Width = 80
- Height = 23
- Caption = '&No'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 7
- ParentFont = False
- TabOrder = 0
- end
- object Button2: TButton
- Left = 187
- Top = 153
- Width = 80
- Height = 23
- Caption = '&Yes'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 6
- ParentFont = False
- TabOrder = 1
- end
- object ListBox1: TListBox
- Left = 15
- Top = 12
- Width = 338
- Height = 117
- Cursor = crArrow
- TabStop = False
- Style = lbOwnerDrawVariable
- BorderStyle = bsNone
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- IntegralHeight = True
- ItemHeight = 13
- ParentFont = False
- TabOrder = 2
- OnMeasureItem = ListBox1MeasureItem
- end
- end
-